52 Week High/Low FibonacciThe primary purpose of this indicator is to calculate and plot the 52-week high and low prices along with the Fibonacci retracement levels on the price chart. Fibonacci levels are commonly used in trading to identify potential support, resistance, and price reversal points.
First, the script initializes the Fibonacci levels and their corresponding colors, which will be used to plot the levels on the chart. Next, it calculates the 52-week high and low prices by finding the highest and lowest prices over the last 252 trading days, approximately equivalent to one year. Then, it identifies the overall trend direction by comparing the number of bars since the highest high and the lowest low. If the highest high is more recent, the trend is considered downwards; if the lowest low is more recent, the trend is upwards.
The script then plots the Fibonacci retracement levels on the chart, using horizontal lines at the respective price levels. It also creates labels for each level, displaying the percentage and the price value. Additionally, it draws a line connecting the 52-week high and low prices, providing a visual representation of the price range during the 52-week period.
Pros of this indicator include:
-Automatic calculation and plotting of Fibonacci levels, saving time for traders
-Clear trend identification based on 52-week high and low prices
-Visually appealing and easy-to-read chart representation with color-coded levels
-Provides insight into potential price reversal areas based on widely used Fibonacci levels
Cons of this indicator include:
-Only works on daily timeframes, limiting its usefulness for intraday and weekly traders
-Assumes that the trend will continue in the same direction, which may not always be accurate in real-world markets
-Does not provide explicit buy or sell signals, leaving the trading decision-making process up to the trader
-Solely relies on Fibonacci levels, which may not always be accurate; it is recommended to use other technical indicators or strategies alongside this indicator for a comprehensive trading approach
In conclusion, the '52 Week High Low Fibonacci' indicator is a valuable tool for traders interested in using Fibonacci levels for identifying potential price reversal points. By automatically calculating and plotting these levels based on 52-week high and low prices, the indicator provides a clear, color-coded visual aid, which can be especially helpful for traders who base their strategies on these levels.
However, it's worth noting that this indicator is limited to daily timeframes and doesn't provide explicit buy or sell signals, requiring traders to incorporate their own analysis and judgement in their decision-making process. The indicator also operates on the assumption of trend continuation, which may not always hold true.
While it's a beneficial tool, relying solely on this indicator for trading decisions may not be advisable. It's best used in conjunction with other indicators and trading strategies, providing a more balanced and comprehensive approach to trading in the financial markets. As always, risk management should be a key part of any trading strategy.
**YOUR INSIGHTFUL FEEDBACK OR SUGGESTIONS FOR REVISIONS TO THIS CODE ARE HIGHLY APPRECIATED. PLEASE FEEL FREE TO SHARE YOUR THOUGHTS TO FOSTER ITS CONTINUAL IMPROVEMENT**
Pesquisar nos scripts por "high low"
Filter-Out Weak Pivot highs/lows, Swing highs/lows: MethodJust a simple indicator for refining the standard method of finding Pivot highs & Lows; Allowing user to filter-out weak/flat/rounded Pivot highs/lows
-Aim of this is to get pivot highs & pivot lows coded to print more in line with what the eye would naturally be drawn to as an obvious pivot high/low.
-This uses local moving average around the pivot high/low together with user-input ATR multiple, to create a condition for filtering out lacklustre pivot highs/lows.
-Thought i'd publish this separately as a tool that other coders might find useful.
//inputs//
~adjust looback/lookforward for Pivot highs/lows
~adjust 'spikiness' index to filter out less impressive pivot highs/lows (higher number = more selective)
Historical Volatility with HV Average & High/Low Trendlines
### 📊 **Indicator Title**: Historical Volatility with HV Average & High/Low Trendlines
**Version**: Pine Script v5
**Purpose**:
This script visualizes market volatility using **Historical Volatility (HV)** and enhances analysis by:
* Showing a **moving average** of HV to identify volatility trends.
* Marking **high and low trendlines** to highlight extremes in volatility over a selected period.
---
### 🔧 **Inputs**:
1. **HV Length (`length`)**:
Controls how many bars are used to calculate Historical Volatility.
*(Default: 10)*
2. **Average Length (`avgLength`)**:
Number of bars used for calculating the moving average of HV.
*(Default: 20)*
3. **Trendline Lookback Period (`trendLookback`)**:
Number of bars to look back for calculating the highest and lowest values of HV.
*(Default: 100)*
---
### 📈 **Core Calculations**:
1. **Historical Volatility (`hv`)**:
$$
HV = 100 \times \text{stdev}\left(\ln\left(\frac{\text{close}}{\text{close} }\right), \text{length}\right) \times \sqrt{\frac{365}{\text{period}}}
$$
* Measures how much the stock price fluctuates.
* Adjusts annualization factor depending on whether it's intraday or daily.
2. **HV Moving Average (`hvAvg`)**:
A simple moving average (SMA) of HV over the selected `avgLength`.
3. **HV High & Low Trendlines**:
* `hvHigh`: Highest HV value over the last `trendLookback` bars.
* `hvLow`: Lowest HV value over the last `trendLookback` bars.
---
### 🖍️ **Visual Plots**:
* 🔵 **HV**: Blue line showing raw Historical Volatility.
* 🔴 **HV Average**: Red line (thicker) indicating smoothed HV trend.
* 🟢 **HV High**: Green horizontal line marking volatility peaks.
* 🟠 **HV Low**: Orange horizontal line marking volatility lows.
---
### ✅ **Usage**:
* **High HV**: Indicates increased risk or potential breakout conditions.
* **Low HV**: Suggests consolidation or calm markets.
* **Cross of HV above Average**: May signal rising volatility (e.g., before breakout).
* **Touching High/Low Levels**: Helps identify volatility extremes and possible reversal zones.
Koalafied EdgesIndicator based on user selected periods 'edges' (highs/lows). Includes One-Time-Framing and sweeps of levels.
User selection of previous Session/Day/Week highs and lows. These will plot over the relevant period once it has completed. Intra-day there are three periods that can be plotted.
For now these are most relevant to crypto. It can be useful to think of previous levels being locations that are likely to contain liquidity that the market might sweep in the future,
as much like pivot points, traders stop orders can be found there. Session breaks are included to allow for clear delineation between user selected periods. Additionally the option
to colour the background of a specific period is given to the user, this can be useful as an aid for visual analysis of session behaviour over time.
Untapped Levels
Previous Levels (Highs/Lows) that price has not re-tested will remain on the chart. These are typically the levels that are swept for liquidity in future periods.
Sweeps
Sweeps are formed when a candle opens above/below a previous periods level, crosses it and closes back on the side of the open. Often can mark important
pivots in the market and potential reversals. Useful if you think of stop liquidity resting outside previous periods highs/lows. Market 'sweeps' the level,
taking liquidity and reverses. Alerts for these are included.
One-Time-Framing
Indicator shows One-Time-Framing (OTF) for user selection of Candle, Session, Day, and Weekly timeframes. The background between the periods highs and lows (or candle colour)
will display the OTF state. This is a Market Profile concept that isn't typically found in Tradingview Scripts.
OTF is a sequence of days or time period where you don’t get a break of the previous candles low (OTF Up) or high (OTF Down). Typically shows a market
that is trending in one direction. If it's an outside day then no OTF status, if it's an inside day then the previous period high or low hasn't been
breached so OTF status stays same.
Candle colouring. I've included the option to switch between OTF coloured candles or my Volume Extension candles. I find the Volume Extension Candles invaluable
in showing areas of high market participation and can be quite informative at significant levels often showing exhaustion at support/resistance or market strength on breakouts.
Candles not supported by rising volume are coloured black while those that are retain their colouring.
Important to note that this indicator plots prior levels only when the selected period has ended. So at the start of a new period, the high/low of the previous
period will be plotted, with untapped lines extended into the future. The indicator is designed to show you what 'has' happened and to provide areas
of interest where you may wish to initiate trades. The sweep signals are the only real-time plots.
Auto YEAR High/Low with Fibonacci (MC) (Pub)This indicator automatically tracks and updates the current YEAR's HIGH and LOW levels in real-time. It calculates and plots key Fibonacci retracement and extension levels between the intra-year high and low, helping traders visualize potential reversal, breakout, and pullback zones.
✨ Key Features:
✅ Yearly High & Low Tracking
Real-time dynamic update of the current year's intra-year high and low levels.
Lines can extend left, right, both, or none, based on user preference.
📐 Fibonacci Level Plotting
Computes Fibonacci levels between yearly high and low.
Supports the following key retracement and extension levels:
88.6% Bear (Fib 11.4%)
78.6% Bear (Fib 23.6%)
61.8% Bear (Fib 38.2%)
50.0% Retracement
61.8% Bull
78.6% Bull
88.6% Bull
🧰 User Customization Options
Toggle visibility of each Fib level independently.
Selectable line extension behavior: left, right, both, or none.
Option to show/hide the high/low lines (with suggested enhancement).
Configurable line colors and styles for clarity.
🏷️ Informative Labels
Labels display price values for high, low, and each active Fibonacci level.
Positioned near the right of the chart for clear visibility.
Labels auto-refresh yearly for clean, uncluttered information.
🧠 Use Cases
Identify intra-year support/resistance zones.
Spot pullback or breakout points for entries and exits.
Enhance price action and confluence trading strategies
Auto MONTH High/Low with Fibonacci (MC) (Pub)This indicator automatically tracks and updates the current MONTH's HIGH and LOW levels in real-time. It calculates and plots key Fibonacci retracement and extension levels between the intra-month high and low, helping traders visualize potential reversal, breakout, and pullback zones.
✨ Key Features:
✅ Monthly High & Low Tracking
Real-time dynamic update of the current month's intra-month high and low levels.
Lines can extend left, right, both, or none, based on user preference.
📐 Fibonacci Level Plotting
Computes Fibonacci levels between monthly high and low.
Supports the following key retracement and extension levels:
88.6% Bear (Fib 11.4%)
78.6% Bear (Fib 23.6%)
61.8% Bear (Fib 38.2%)
50.0% Retracement
61.8% Bull
78.6% Bull
88.6% Bull
🧰 User Customization Options
Toggle visibility of each Fib level independently.
Selectable line extension behavior: left, right, both, or none.
Option to show/hide the high/low lines (with suggested enhancement).
Configurable line colors and styles for clarity.
🏷️ Informative Labels
Labels display price values for high, low, and each active Fibonacci level.
Positioned near the right of the chart for clear visibility.
Labels auto-refresh monthly for clean, uncluttered information.
🧠 Use Cases
Identify intramonth support/resistance zones.
Spot pullback or breakout points for entries and exits.
Enhance price action and confluence trading strategies
Auto WEEK High/Low with Fibonacci (MC) (Pub)This indicator automatically tracks and updates the current WEEK's HIGH and LOW levels in real-time. It calculates and plots key Fibonacci retracement and extension levels between the intra-week high and low, helping traders visualize potential reversal, breakout, and pullback zones.
✨ Key Features:
✅ Weekly High & Low Tracking
Real-time dynamic update of the current week's intra-week high and low levels.
Lines can extend left, right, both, or none, based on user preference.
📐 Fibonacci Level Plotting
Computes Fibonacci levels between weekly high and low.
Supports the following key retracement and extension levels:
88.6% Bear (Fib 11.4%)
78.6% Bear (Fib 23.6%)
61.8% Bear (Fib 38.2%)
50.0% Retracement
61.8% Bull
78.6% Bull
88.6% Bull
🧰 User Customization Options
Toggle visibility of each Fib level independently.
Selectable line extension behavior: left, right, both, or none.
Option to show/hide the high/low lines (with suggested enhancement).
Configurable line colors and styles for clarity.
🏷️ Informative Labels
Labels display price values for high, low, and each active Fibonacci level.
Positioned near the right of the chart for clear visibility.
Labels auto-refresh weekly for clean, uncluttered information.
🧠 Use Cases
Identify intra-week support/resistance zones.
Spot pullback or breakout points for entries and exits.
Enhance price action and confluence trading strategies
Auto DAY High/Low with Fibonacci Levels (MC) (Pub)This indicator automatically tracks and updates the current DAY's HIGH and LOW levels in real-time. It calculates and plots key Fibonacci retracement and extension levels between the intraday high and low, helping traders visualize potential reversal, breakout, and pullback zones.
✨ Key Features:
✅ Daily High & Low Tracking
Real-time dynamic update of the current day's intraday high and low levels.
Lines can extend left, right, both, or none, based on user preference.
📐 Fibonacci Level Plotting
Computes Fibonacci levels between daily high and low.
Supports the following key retracement and extension levels:
88.6% Bear (Fib 11.4%)
78.6% Bear (Fib 23.6%)
61.8% Bear (Fib 38.2%)
50.0% Retracement
61.8% Bull
78.6% Bull
88.6% Bull
🧰 User Customization Options
Toggle visibility of each Fib level independently.
Selectable line extension behavior: left, right, both, or none.
Option to show/hide the high/low lines (with suggested enhancement).
Configurable line colors and styles for clarity.
🏷️ Informative Labels
Labels display price values for high, low, and each active Fibonacci level.
Positioned near the right of the chart for clear visibility.
Labels auto-refresh daily for clean, uncluttered information.
🧠 Use Cases
Identify intraday support/resistance zones.
Spot pullback or breakout points for entries and exits.
Enhance price action and confluence trading strategies
Last 10 Sessions: High, Low, Pivot, GapLast 10 Sessions: High, Low, Pivot, Gap
This indicator highlights the most important price levels from the last 10 completed trading sessions to help intraday and swing traders quickly spot potential support, resistance, and price reaction zones.
Key Features:
Previous Highs and Lows : Visualize the high and low from each of the past 10 sessions. These are the most commonly tested breakout and reversal points for day trading.
Session Pivots: The classic pivot formula ((High + Low + Close) / 3) for each of the last 10 sessions, often acting as a market “equilibrium” or intraday magnet.
Gaps: Displays the difference between each day’s open and the previous session’s close (“gap”), showing sentiment shifts and possible gap fill targets.
Clean, Faded Visuals: All lines and labels are subtly faded so your chart remains clear and uncluttered, with each level labeled by how many sessions ago it occurred.
Full Customization: Instantly toggle any level type (High, Low, Pivot, Gap) ON/OFF in settings, extend lines to the right, and adjust their forward length.
Bulletproof Logic: Never throws runtime errors. Lines and labels only display when valid data is present.
How to Use:
Use recent highs/lows for breakout, breakdown, or mean reversion trades.
Spot where multiple levels from past sessions cluster together for high-probability reversal or breakout areas.
Watch pivots for intraday bias, and gaps for sentiment and possible fill plays.
Perfect for all intraday timeframes.
If you want a powerful yet minimal map of where price is most likely to react, this indicator is for you!
Developed by
Last 10 Sessions: High, Low, Pivot, GapLast 10 Sessions: High, Low, Pivot, Gap
Version: v1.0
Developed by
This indicator highlights the most important price levels from the last 10 completed trading sessions to help intraday and swing traders quickly spot potential support, resistance, and price reaction zones.
Key Features:
Previous Highs and Lows: Visualize the high and low from each of the past 10 sessions. These are the most commonly tested breakout and reversal points for day trading.
Session Pivots: The classic pivot formula ((High + Low + Close) / 3) for each of the last 10 sessions, often acting as a market “equilibrium” or intraday magnet.
Gaps: Displays the difference between each day’s open and the previous session’s close (“gap”), showing sentiment shifts and possible gap fill targets.
Clean, Faded Visuals: All lines and labels are subtly faded so your chart remains clear and uncluttered, with each level labeled by how many sessions ago it occurred.
Full Customization: Instantly toggle any level type (High, Low, Pivot, Gap) ON/OFF in settings, extend lines to the right, and adjust their forward length.
Bulletproof Logic: Never throws runtime errors. Lines and labels only display when valid data is present.
How to Use:
Use recent highs/lows for breakout, breakdown, or mean reversion trades.
Spot where multiple levels from past sessions cluster together for high-probability reversal or breakout areas.
Watch pivots for intraday bias, and gaps for sentiment and possible fill plays.
Perfect for all intraday timeframes.
If you want a powerful yet minimal map of where price is most likely to react, this indicator is for you!
Sena Zigzag Swing High-Low MarkerSena Zigzag Swing High-Low Marker analyzes price movements to detect swing points such as highs and lows, then connects them using a zigzag structure for clear market visualization. It’s a powerful visual tool for traders who focus on price structure and turning points.
What It Does:
Identifies swing structures including:
Swing High (Higher High – HH)
Swing Low (Lower Low – LL)
Lower High (LH)
Higher Low (HL)
Marks these points on the chart using color-coded labels:
🟩 Green: Higher Highs and Higher Lows
🟥 Red: Lower Highs and Lower Lows
Connects swing points with zigzag lines to reveal wave formations and market structure.
Where It’s Useful:
In price action strategies
For identifying trend direction and trend reversals
To determine support and resistance levels
In detecting classical chart patterns like head and shoulders, wedges, triangles, etc.
Settings & Customization:
The zigzag depth parameter can be adjusted to better fit different timeframes.
Users should optimize settings (depth, sensitivity) based on their preferred chart and trading style.
It is flexible and adaptable for multi-timeframe use.
Important Notes:
This indicator is developed for educational and technical analysis purposes only.
It does not generate buy or sell signals.
As it relies on a rule-based algorithm, it cannot interpret context like the human eye.
Final decisions should always be supported by manual analysis.
I hope this tool helps you improve your price structure analysis and chart reading skills.
— Developer: C. İnanç ÖZYALIM | Dedicated to Sena ❤️
Swing High/Low by %REnglish Description
Swing High/Low by %R
This indicator identifies potential swing high and swing low points by combining William %R overbought/oversold turning points with classic swing price structures.
Swing High: Detected when William %R turns down from overbought territory and the price forms a local high (higher than both neighboring bars).
Swing Low: Detected when William %R turns up from oversold territory and the price forms a local low (lower than both neighboring bars).
This tool is designed to help traders spot possible market reversals and better time their entries and exits.
Customizable parameters:
Williams %R period
Overbought & Oversold thresholds
The indicator plots clear signals above/below price bars for easy visualization.
For educational purposes. Please use with proper risk management!
คำอธิบายภาษาไทย
Swing High/Low by %R
อินดิเคเตอร์นี้ใช้ระบุจุด Swing High และ Swing Low ที่มีโอกาสเป็นจุดกลับตัวของตลาด โดยอาศัยสัญญาณจาก William %R ที่พลิกกลับตัวบริเวณ overbought/oversold ร่วมกับโครงสร้างราคาแบบ swing
Swing High: เกิดเมื่อ William %R พลิกกลับลงจากเขต Overbought และราคาแท่งกลางสูงกว่าทั้งสองแท่งข้างเคียง
Swing Low: เกิดเมื่อ William %R พลิกกลับขึ้นจากเขต Oversold และราคาแท่งกลางต่ำกว่าทั้งสองแท่งข้างเคียง
ช่วยให้เทรดเดอร์สามารถมองเห็นโอกาสในการกลับตัวของราคา และใช้ประกอบการวางแผนจังหวะเข้าหรือออกจากตลาดได้อย่างแม่นยำมากขึ้น
ตั้งค่าได้:
ระยะเวลา Williams %R
ค่าขอบเขต Overbought & Oversold
อินดิเคเตอร์จะแสดงสัญลักษณ์อย่างชัดเจนบนกราฟเพื่อความสะดวกในการใช้งาน
ควรใช้ร่วมกับการบริหารความเสี่ยง
FXTDPR Dual Timeframe High-Low BoxesThe "Dual Timeframe High-Low Boxes" indicator is designed to visualize price ranges and key levels across two user-defined timeframes (default: 15-minute and 4-hour) on the same chart. It draws rectangular boxes representing the high and low price levels within each timeframe, along with a horizontal line indicating the opening price of the timeframe. Labels are added to mark the opening price with bilingual text (English/Turkish). The indicator is highly customizable, allowing users to adjust timeframes, colors, transparency, line styles, and display options.
// Key Features:
// 1. **Dual Timeframe Support**: Simultaneously displays boxes for two timeframes (e.g., 15M and 4H), enabling analysis of both short-term and long-term price movements.
// 2. **High-Low Boxes**: Each box represents the highest and lowest prices within the selected timeframe, dynamically updating as new highs or lows occur.
// 3. **Opening Price Line**: A horizontal line is drawn at the opening price of each timeframe, fixed from the start to the end of the timeframe period.
// 4. **Bilingual Labels**: Labels display the timeframe and opening price in both English and Turkish (e.g., "15M Open Price / Açılış Fiyatı") for enhanced accessibility.
// 5. **Customizable Display**: Users can choose to display boxes for both timeframes, only Timeframe 1, or only Timeframe 2 via the "Display Timeframes" setting.
// 6. **Color and Style Customization**: Separate settings for bullish/bearish box colors, opening price line color, line style (solid, dashed, dotted), and label text color for each timeframe.
// 7. **Transparency Control**: Adjustable transparency for boxes to prevent chart clutter.
// 8. **Performance Optimization**: Limits the number of displayed boxes to 500 (via max_boxes_count) to ensure smooth performance.
// 9. **Accurate Timing**: Boxes start precisely at the beginning of each timeframe’s candle (e.g., 16:45 for 15M, 00:00 for 4H), ensuring alignment with the selected timeframe.
// 10. **No Input Confirmation**: The indicator starts with default settings (15M and 4H, both displayed) without requiring user confirmation, streamlining the setup process.
// How It Works:
// - The indicator uses request.security() to fetch time data for the user-defined timeframes and detects new timeframe periods using ta.change().
// - For each timeframe, it initializes a box at the start of the period, setting the initial high, low, and open prices.
// - As new candles form within the timeframe, the box’s high and low boundaries are updated to reflect the highest and lowest prices.
// - The box color changes based on whether the closing price is above (bullish) or below (bearish) the opening price.
// - A fixed horizontal line is drawn at the opening price, spanning the timeframe’s duration, with a label at the end of the box indicating the timeframe and opening price.
// - Users can toggle between displaying both timeframes or a single timeframe, with all settings (colors, styles, transparency) applied independently for each timeframe.
// Usage:
// - Add the indicator to your chart, and it will automatically display 15M and 4H boxes with default settings.
// - Use the settings menu to customize timeframes, colors, line styles, transparency, or to select which timeframes to display.
// - Ideal for identifying support/resistance levels, breakout opportunities, or trend analysis across multiple timeframes.
// Notes:
// - For optimal performance, use a chart timeframe equal to or lower than the smaller selected timeframe (e.g., 15M chart for 15M and 4H boxes).
// - The indicator is designed for flexibility, supporting timeframes from 1 minute to monthly periods.
// - To avoid chart clutter, adjust transparency settings or reduce max_boxes_count for long historical data.
FVG, Swing, Target, D/W/M High Low Detector Basic by Trader Riaz"FVG, Swing, Target, D/W/M High Low Detector Basic by Trader Riaz " is a powerful TradingView indicator designed to enhance your trading strategy by identifying key market structures and levels. This all-in-one tool detects Fair Value Gaps (FVGs), Swing Highs/Lows, and previous Day, Previous Week, and Previous Month Highs/Lows, helping traders make informed decisions with ease.
Key Features:
Bullish & Bearish FVG Detection: Highlights Fair Value Gaps with customizable colors, labels, and extension options.
Swing Highs & Lows: Automatically detects and marks Swing Highs and Lows with adjustable display settings and extensions.
Next Target Levels: Identifies potential price targets based on market direction (rising or falling).
Daily, Weekly, and Monthly High/Low Levels: Displays previous day, week, and month highs/lows with customizable colors.
Customizable Settings: Fully adjustable inputs for colors, number of levels to display, and extension periods.
Clean Visuals: Intuitive and non-intrusive design with dashed lines, labels, and tooltips for better chart readability.
This indicator is ideal for traders looking to identify key price levels, improve market structure analysis, and enhance their trading strategies.
Happy Trading,
Trader Riaz
Custom Previous High/Low + Breakout AlertsThis indicator plots the previous high and low of the selected timeframe and alerts you when the price breaks either level.
To prevent spam, it triggers only once per period. If both the high and low break within the same period, you will receive an alert for each, but no duplicates if price hovers around these levels.
How to Set Up Alerts
1. Choose Your Timeframe
- In the indicator settings, select the timeframe for the high/low reference.
- Example: If you select 1 hour, the indicator will plot the previous 1-hour high and low and alert you when either level is broken
2. Create an Alert
- Condition → High/Low Break Alerts
- Function → Any alert() function call
Optional:
- If you want alerts only for high breakouts or low breakouts, select High Breakout or Low Breakout and use "Once Per Bar" as the trigger. (It will still alert only once per period.)
3. Setting Alerts for Multiple Timeframes
- If you want to create another alert for a different timeframe, first select the new timeframe in the indicator settings, then create a new alert
- Note: Previous alerts will continue to notify you based on the timeframe they were originally set for, even if you change the timeframe in the indicator settings.
AEST High-Low MarkerOverview
This TradingView indicator, AEST High-Low Marker, is designed to mark the highest and lowest price levels observed between 5:00 PM and 6:00 PM AEST and extend these levels visually on the chart only between 5:00 PM and 12:00 AM AEST.
Functionality
Time Conversion for AEST
Since TradingView operates in UTC, the script translates AEST (UTC+10 or UTC+11 during daylight savings) into UTC time.
The script starts tracking from 5:00 PM AEST (7 AM UTC) to 6:00 PM AEST (8 AM UTC).
The high and low lines will be displayed only between 5:00 PM and 12:00 AM AEST (7 AM to 2 PM UTC).
Real-Time High & Low Calculation
The indicator dynamically updates the session high and low as new candles form during the 5 PM - 6 PM AEST period.
It captures the maximum high and minimum low during this timeframe.
Line Display Restrictions
The session high and low lines will only be drawn between 5:00 PM and 12:00 AM AEST to prevent chart clutter.
The lines disappear after 12:00 AM AEST.
Visual Representation
Blue Line: Marks the session high recorded between 5 PM - 6 PM AEST.
Red Line: Marks the session low recorded between 5 PM - 6 PM AEST.
Both lines extend until 12 AM AEST and then disappear.
Use Case
This indicator is useful for traders looking to track key price levels formed between 5 PM and 6 PM AEST and observe how price interacts with these levels until midnight.
It is particularly beneficial for intraday and short-term trading strategies, allowing users to identify potential support and resistance zones based on early evening price action.
Percentage Range High/Low LevelsPercentage Range High/Low Levels Indicator
Overview
The "Percentage High/Low Levels" indicator is a versatile tool designed to help traders visualize key price levels that are a certain percentage away from the current price. Instead of using traditional volatility measures like the Average True Range (ATR), this script allows traders to plot lines above and below the current price based on a user-defined percentage. These levels can act as potential support and resistance zones, helping traders in decision-making processes such as setting targets, stop-losses, or identifying overbought and oversold conditions.
How It Works
Percentage-Based Calculation:
The script calculates two levels: a high level and a low level. These are determined by adding and subtracting a specified percentage from the current price. For example, if you set the percentage to 1%, the script will plot a line 1% above the current price (high level) and another line 1% below the current price (low level).
Timeframe Selection:
You can choose the timeframe over which the percentage levels are calculated. This means that the levels can be based on different timeframes, such as daily, weekly, or monthly data, depending on your trading strategy.
Customization Options:
Line Extension: The lines can be extended to the left, right, both directions, or neither, depending on your preference.
Colors: You can customize the colors of both the high and low lines and their respective labels.
Label Size: The size of the labels can be adjusted, allowing you to tailor the visibility of the levels to your charting needs.
Label Placement and Styling:
The labels indicating the price levels are placed above the lines to keep your chart clean and readable. The labels are transparent and do not have a background, ensuring they don't obscure any important chart information. You can also adjust the distance of the labels from the current bar using the label offset feature.
How to Use
Selecting the Percentage:
Choose a percentage that aligns with your trading strategy. A smaller percentage might be useful for intraday trading, while a larger percentage could be more appropriate for swing or position trading.
Choosing the Timeframe:
Set the timeframe to match the period over which you are analyzing the market. For example, if you are trading on a daily chart, you might want to select the daily timeframe.
Customizing Visuals:
Use the input options to adjust the colors, label sizes, and line extensions according to your preference. This helps in maintaining a chart setup that is both functional and visually appealing.
Interpreting the Levels:
The high and low levels can act as dynamic support and resistance levels. If the price approaches one of these levels, it may either reverse or break through, depending on the market conditions. Traders can use these levels to set stop-loss orders, take-profit targets, or even enter new positions based on price action around these zones.
Concepts Underlying the Calculation
The indicator is based on the concept of price percentage levels, which are straightforward yet powerful tools in technical analysis. Unlike volatility-based indicators that adapt to changing market conditions, percentage levels provide fixed reference points, allowing traders to gauge potential price movements in a consistent manner. This can be particularly useful in trending markets, where the price often respects certain percentage-based levels as it progresses in its direction.
By offering a clear, customizable approach to plotting these levels, the "Percentage High/Low Levels" indicator becomes a valuable addition to any trader's toolkit, regardless of the market or timeframe they are working with.
Best Practices
Testing and Validation: Before using this indicator in live trading, it is advisable to test it on historical data or in a demo environment to understand how it behaves in different market conditions.
Combination with Other Indicators: For enhanced accuracy, consider using this indicator in combination with trend indicators (like moving averages) or momentum oscillators (like RSI) to confirm potential reversal points or breakouts.
This indicator is suitable for traders looking to incorporate a systematic approach to identifying key price levels that are easy to interpret and adjust according to market conditions.
[ADOL_]High/Low Finder Neweng.
High/Low Finder New version.
compare left / right. left is new, right is old.
Characteristic)
1. Added filtering check button. no filtering-high/low-3 stages of probability up high/low
2. Reinforcement of logic
3. Change the notation of arrows
Time frame)
You can use it all the time,
Recommended among them: 3 or 15 minutes (3minutes : scalping), 1hour
Mark)
no filtering/filtering high/low point: arrow
Probability up filtering: high point (orange), low point (blue) lettering
Standard 1)
Signal generating rod = reference rod
The breakthrough of the high and low points of the reference rod and the candle around the reference rod
Check the flow and catch the loss cut through the pressed neck.
Standard 2)
Draw a trend line from the signal generation peak to the next signal section
We use a breakthrough strategy.
Applications)
trend line with filtering
kor.
High / Low Finder 새 버전.
왼쪽 / 오른쪽을 비교합니다. 왼쪽은 새롭고 오른쪽은 오래되었습니다.
특성)
1. 필터링 체크 버튼이 추가되었습니다. 필터링 없음-높음 / 낮음 3 단계 확률 높음 / 낮음
2. 논리 강화
3. 화살표 표기법 변경
기간)
올타임가능
추천 : 3 ~ 15 분 (3 분 : 스캘핑), 1 시간
표시)
필터링 및 필터링 없는 고점,저점 : 화살표
확률업 필터링 : 고점 (주황색), 저점 (파란색) 글자로 표기
표준 1)
신호 발생 봉 = 기준 봉
기준 봉의 고점, 저점과 흐름을 확인
흐름을 확인하고 눌림목 체크
표준 2)
신호 생성 피크에서 다음 신호 섹션까지 추세선을 그립니다.
표준2응용)
필터링이있는 추세선
HTF Highs Lows [JV]█ OVERVIEW
This script presents a label with an overview of higher timeframe highs and lows. This can be useful information as we all know that price likes to revisit previous highs and lows area, specially on the higher timeframe.
█ CONCEPTS
This information can be relevant and valuable for various reasons:
Finding horizontal Support and Resistance
Get a better view on Market Structure
Provide some information about Order Flow
TrendLines
...
█ FEATURES
Plots
This script provides the option to show information about 3 timeframes
Each timeframe can be separately shown or hidden
The Y position of the info label can be user defined, based on high or low of the chosen timeframe
The X offset of the info label can be adjusted to the user's liking and the chart resolution
The label color and text color can be user defined
The info label's size can be user defined
█ NOTES
Caveat
The timeframes must be chosen in order of size. Meaning that the highest timeframe should be on top. This is title as such on the info label, but I want to mention it again as it's something to pay attention to.
Repainting
The question that pops up all the time is: Does it repaint ?
I will quote PineCoders on this:
We're pretty sure Wilder was not asked very often if RSI repainted. Why? Because it wasn't in fashion—and largely unnecessary—to ask that sort of question in the 80's. Many traders back then used daily charts only, and indicator values were calculated at the day's close, so everybody knew what they were getting. Additionally, indicator values were calculated by generally reputable outfits or traders themselves, so data was pretty reliable. Today, almost anybody can write a simple indicator, and the programming languages used to write them are complex enough for some coders lacking the caution, know-how or ethics of the best professional coders, to get in over their heads and produce code that does not work the way they think it does.
Briefly: yes, it repaints and no it does not matter.
Simple because we are working with highs and lows on a higher timeframe. So if we get a new high or low within a certain time frame, we want this new high or low to be displayed and, for me, it's not relevant if this information appears when it happens or when the candle closes.
Questions & Suggestions
Questions, suggestions or even a word of thanks are always welcomed in the comments section. I usually answer within the same day.
█ THANKS
A word of thanks to, and I hope I am allowed to use hyperlinks here, LonesomeTheBlue for being an inspiration on coding style and his work on arrays in Pine Script and to lmatl for his support, words of advice and letting me borrow his brain now and then.
[ADOL_]High/Low Finders
High/Low Finders
Logic)
It is a finder that finds the signal generation of the high and low points through the candle pattern.
Candle pattern logic is composed of 6 conditions.
Chart principle)
-Chart Formula 1
Chart = Horizontal + Vertical = Price + Time
-Chart Formula 2
Chart = P+L+S+M
Point: Reference point such as inflection point and RBI
Line: Trend line, resistance line, support line, etc.
Side: Mid-range area, such as side of triangular convergence and side of box circle
Market: The range of the large trend of bullish market, decline market, and sideways market
Point in the chart formula: This is a pattern that considers the inflection point.
Chart Principle) Matryoshka
Matryoshka's principle also applies to the time frame,
Of course, it can be used in any timeframe.
Time frame)
You can use it all the time,
Recommended among them: 5 or 15 minutes (fast signal)
function)
Finds the high/low point. Alerts are available.
Mark)
-Price acceleration momentum: Arrow signal above candle.
It shows the status of the trend sensitively (quickly).
-Korean notation of high/low = basic pattern
-(Secondary) High/Low Emoticon Mark = Complementary Pattern
The place where korean and emoticons overlap is strong,
Approach to short-term entry when a single signal occurs rather than overlapping
standard1)
Signal generating rod = reference rod
The breakthrough of the high and low points of the reference rod and the candle around the reference rod
Check the flow and catch the loss cut through the pressed neck.
Standard 2)
Draw a trend line from the signal generation peak to the next signal section
We use a breakthrough strategy.
Response)
Risk can be lowered when approaching by splitting.
Application) More strategies for users.
High/Low Finders(고점, 저점 탐색기)
로직)
캔들패턴을 통해 고점과 저점의 신호발생을 찾아주는 FINDER 입니다.
캔들패턴 로직에는 6가지의 조건이 복합구성되어 있습니다.
차트의 원리)
- 차트공식1
차트 = 가로 + 세로 = 가격 + 시간
- 차트공식2
차트 = 점선면장
점 : 변곡점, 타점 등의 기준점
선 : 추세선, 저항선, 지지선 등 단~중범위 흐름
면 : 삼각수렴의 면, 박스권의 면 등 중범위 영역
장 : 상승장,하락장,횡보장의 大추세 범위
차트의 공식중에서 점 : 변곡점을 고려한 패턴입니다.
차트원리) 마트료시카
마트료시카의 원리는 타임프레임에도 적용되므로
당연히 모든 타임프레임에서 사용 가능합니다.
타임프레임)
모든시간 사용가능하지만,
그중에서 굳이 추천 : 5, 15분봉(빠른 신호)
기능)
고점/저점을 찾아줍니다. 얼러트 사용 가능합니다.
표기)
- 가격가속모멘텀 : 캔들 위 화살표 신호.
트렌드의 상태를 민감하게(빠르게) 보여줍니다.
- 고점/저점의 한글표기 = 기본패턴
- (보조)고점/저점 이모티콘 표기 = 보완패턴
한글과 이모티콘의 중첩되는 자리가 강하며,
중첩이 아닌 단일 신호 발생시 단기적인 진입으로 접근
기준1)
신호발생봉 = 기준봉
기준봉의 고점, 저점의 돌파와 기준봉 주변 캔들의
흐름을 확인하고 눌림목을 통해 로스컷을 잡습니다.
기준2)
신호발생봉 이후 다음신호구간까지 추세선을 긋고
돌파전략을 구사합니다.
대응)
분할로 접근시 리스크를 낮출 수 있습니다.
예시)
응용) 더 많은 전략은 유저를 위해.
Multi Ticker Session Opening High Low RangeThe Multi Ticker Session Opening High Low Range Indicator by the Caretaker.
The original idea for this indicator came out of a request from Krown's Crypto Cave community member ZFelds.
This indicator is designed to display the High / Low Ranges of the "on chart" asset, at a chosen resolution from the opening time of, and for the duration of, the chosen Ticker Sessions (up to 3) .
Its function is to allow the user to easily keep track of the session times of the major world indices, and the reaction of the on chart assets price from the opening of the ticker sessions over the duration of the ticker sessions.
Typically used for a guide when scalp trading on low time-frames by plotting the opening 1 or 5 minute High/Low trading range of an asset during the start of a major market opening up an d making trading decisions based on the reaction of Price Action around those levels.
It does this by plotting High / Low Range bands (plus mid-lines) which displays the High and Low range of the on chart assets opening candle at the chosen time resolution for the chosen ticker (Defaults : SPX, NI225, UKX).
The Range bands fill colour changes depending on whether the chart asset closes candles within, above, or below the range (Default : Silver, Green, Red).
It plots optional Background "Session Bars" and "Session Banners" which function to clearly show the session.
The background "Session bars" can be set to plot just the first bar as a signal or on all session bars.
The "Session Banners" are horizontal lines of chosen width which "float" above the chart data.
Optional info text-boxes also "float" above the chart data and function to display the session opening range information.
(Ticker symbol, Opening range time resolution, Session open high & low).
The text-boxes can be set to full label or short label.
The text-boxes can be set to the left or center of the session.
The height offset by which the text-boxes and banners float above the highest high of the range is alterable in the settings.
The text-boxes and banners also have a "clash avoidance" function which will offset their heights to help avoid them clashing on screen (This offset is alterable in the settings).
CryptoSignalScanner - Double High/Low & Engulfing IndicatorDESCRIPTION:
This script has been designed to show the double high/low candle patterns and the Engulfing candles patterns.
• This scripts is based on RSI length.
• It displays a label when a Double High or Double Low candle pattern is detected.
• It displays a label when a Bullish Engulfing or Bearish Engulfing candle pattern is detected.
• It is also possibility to set a Double High/Low, Double High, Double Low, Bullish/Bearish Engulfing, Bullish Engulfing, or Bearish Engulfing alert.
HOW TO USE:
• When a Double High signal appears it means that we have probably or temporarily stopped the uptrend and could see a reversal. Most likely we will see a downtrend from here.
• When a Double Low signal appears it means that we have probably or temporarily stopped the downtrend and probably could see a reversal. Most likely we will see an uptrend from here.
• When a Bullish Engulfing candle appears it means that we probably made a reversal to the upside. Bullish Engulfing patterns are more likely to signal reversals when they are preceded by three or more red candlesticks.
• When a Bearish Engulfing candle appears it means that we probably made a reversal to the downside. Bearish Engulfing patterns are more likely to signal reversals when they are preceded by three or more green candlesticks.
• Wait for a clear reversal to buy or to sell. Use the Fibonacci tool together with the Eliot Waves to help you with this.
FEATURES:
• You can show/hide the labels based on RSI length and high/low input values.
• You can show/hide the labels based on the % candle match.
• You can show/hide the Double High/Low labels.
• You can show/hide the Bullish/Bearish Engulfing labels.
HOW TO GET ACCESS TO THE SCRIPT:
• Use the link below to subscribe to our indicators.
REMARKS:
• This advice is NOT financial advice.
• We do not provide personal investment advice and we are not a qualified licensed investment advisor.
• All information found here, including any ideas, opinions, views, predictions, forecasts, commentaries, suggestions, or stock picks, expressed or implied herein, are for informational, entertainment or educational purposes only and should not be construed as personal investment advice.
• We will not and cannot be held liable for any actions you take as a result of anything you read here.
• We only provide this information to help you make a better decision.
• While the information provided is believed to be accurate, it may include errors or inaccuracies.
Good Luck,
The CryptoSignalScanner Team
GeeksDoByte 15m & 30m ORB + Prev Day High/LowCME_MINI:NQ1!
How It Works
Opening Ranges
At 9:30 ET, the script begins tracking the high & low.
It uses two fixed sessions:
15 min from 09:30 to 09:45
30 min from 09:30 to 10:00
On the very first bar of each session it initializes the range, then continuously updates the high/low on each new intraday bar.
Dashed lines are drawn when the session opens and extended horizontally across subsequent bars.
Previous Day’s Levels
Independently, it fetches yesterday’s high and low via a daily security call.
These historic levels are plotted as simple horizontal lines for daily context.
How to Use
Breakout Entries
A close above the 15 min ORB high can signal an early breakout; a further push above the 30 min ORB high confirms extended momentum.
Conversely, breaks below the respective lows can indicate short setups.
Support & Resistance
Yesterday’s high/low often act as magnet levels. If price is near the previous high when the opening ranges break, you get a confluence zone worth watching.
Trade Management
Combine the two opening-range levels to tier your stops or scale in.
For example, you might place an initial stop below the 15 min low and a wider stop below the 30 min low.
Historical Volatility with HV Average & High/Low TrendlinesHere's a detailed description of your Pine Script indicator:
---
### 📊 **Indicator Title**: Historical Volatility with HV Average & High/Low Trendlines
**Version**: Pine Script v5
**Purpose**:
This script visualizes market volatility using **Historical Volatility (HV)** and enhances analysis by:
* Showing a **moving average** of HV to identify volatility trends.
* Marking **high and low trendlines** to highlight extremes in volatility over a selected period.
---
### 🔧 **Inputs**:
1. **HV Length (`length`)**:
Controls how many bars are used to calculate Historical Volatility.
*(Default: 10)*
2. **Average Length (`avgLength`)**:
Number of bars used for calculating the moving average of HV.
*(Default: 20)*
3. **Trendline Lookback Period (`trendLookback`)**:
Number of bars to look back for calculating the highest and lowest values of HV.
*(Default: 100)*
---
### 📈 **Core Calculations**:
1. **Historical Volatility (`hv`)**:
$$
HV = 100 \times \text{stdev}\left(\ln\left(\frac{\text{close}}{\text{close} }\right), \text{length}\right) \times \sqrt{\frac{365}{\text{period}}}
$$
* Measures how much the stock price fluctuates.
* Adjusts annualization factor depending on whether it's intraday or daily.
2. **HV Moving Average (`hvAvg`)**:
A simple moving average (SMA) of HV over the selected `avgLength`.
3. **HV High & Low Trendlines**:
* `hvHigh`: Highest HV value over the last `trendLookback` bars.
* `hvLow`: Lowest HV value over the last `trendLookback` bars.
---
### 🖍️ **Visual Plots**:
* 🔵 **HV**: Blue line showing raw Historical Volatility.
* 🔴 **HV Average**: Red line (thicker) indicating smoothed HV trend.
* 🟢 **HV High**: Green horizontal line marking volatility peaks.
* 🟠 **HV Low**: Orange horizontal line marking volatility lows.
---
### ✅ **Usage**:
* **High HV**: Indicates increased risk or potential breakout conditions.
* **Low HV**: Suggests consolidation or calm markets.
* **Cross of HV above Average**: May signal rising volatility (e.g., before breakout).
* **Touching High/Low Levels**: Helps identify volatility extremes and possible reversal zones.
---
Let me know if you’d like to add:
* Alerts when HV crosses its average.
* Shaded bands or histogram visualization.
* Bollinger Bands for HV.